Commit 96725c89c523c173f695d87aa7d935443afa3439
Parents : 74c4b4a
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T17:35:23-06:00
feat(forwarding): add configuration parameter to ForwardingManager initialization for enhanced flexibility
Changes
Diff
diff --git a/meshchatx/meshchat.py b/meshchatx/meshchat.py
index c12ceaea..e3670798 100644
--- a/meshchatx/meshchat.py
+++ b/meshchatx/meshchat.py
@@ -267,7 +267,10 @@ class ReticulumMeshChat:
# load and register all forwarding alias identities
self.forwarding_manager = ForwardingManager(
- self.database, lxmf_router_path, self.on_lxmf_delivery
+ self.database,
+ lxmf_router_path,
+ self.on_lxmf_delivery,
+ config=self.config,
)
self.forwarding_manager.load_aliases()
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────